{
echo -n Compiling Small Model .....
cd ./ihd/sour
time cc $1.c tcp.c -o /tmp/tt$$
cp /tmp/tt$$ ../bin/$1
rm /tmp/tt$$
} 2>C.err